home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _328169E4521A4C519DAF62CC209765A7 < prev    next >
Text File  |  2002-06-28  |  1KB  |  43 lines

  1. ; Orbital.ini
  2.  
  3. [ORBITALS]
  4. NUM_ORBITALS=2;
  5. LIGHTCOLOR=LightColor.Space;
  6. SKYCOLOR=SkyColor.Space;
  7. SKYEMISSIVE=SkyEmissive.Blue Ambient;
  8.  
  9.  
  10. ;[SAMPLEORBITAL]
  11. ;OBJECT= Render Object Name
  12. ;LIGHTINTENSITY= Spline Name
  13. ;SKYINTENSITY= Spline Name
  14. ;STARTANGLE= Multiple of PI 0 = down, 1 = up 0.5 = east
  15. ;RX= Multiple of PI rotation about the X axis. Must be 0.0 for land lights
  16. ;RZ= Multiple of PI rotation about the Z axis. Must be 0.0 for land lights
  17. ;DISTANCE= In normal units away from CAMERA
  18. ;ORBITSPERHOUR= Number of orbits per hour
  19. ;LIGHTRADIUS= Angular radius of the light. If left blank program will calculate based on distance and radius
  20.  
  21. [ORBITAL000]
  22. OBJECT=28
  23. FORCE_VISIBLE=TRUE;
  24. STARTANGLE=0.2;
  25. RX=0.5;
  26. RZ=0;
  27. DISTANCE=850000;
  28. ORBITSPERHOUR=0;
  29. EMITS_LIGHT=TRUE;
  30. LIGHTINTENSITY=LightIntensity.Sun;
  31. SKYINTENSITY=SkyIntensity.Sun;
  32.  
  33. [ORBITAL001]
  34. OBJECT=176
  35. STARTANGLE=0.5;
  36. RX=0.0;
  37. RZ=1.9;
  38. DISTANCE=100000;
  39. ORBITSPERHOUR=0;
  40. EMITS_LIGHT=False;
  41. LIGHTINTENSITY=LightIntensity.BlueSkyBoxSun;
  42. SKYINTENSITY=SkyIntensity.Sun;
  43.